(abort "Incorrect OS version (software requires OS 39 or better )!")
)
)
; error handling
(onerror
(if (> @ioerr 0)
(
(message
("An error has occurred during installation. Please check the log file to understand the error.")
)
)
)
(exit (quiet))
)
(user 1)
(welcome)
; --- insert your code below ---
(copyfiles
(source "C/PalmMail")
(dest "C:")
(optional "fail")
)
(copyfiles
(source "Prefs/")
(dest "sys:Prefs")
(all)
(optional "fail")
)
(copyfiles
(source "Rexx/")
(dest "Rexx:")
(all)
(optional "fail")
)
(message "PalmMail has been installed!\n\nRun C:PalmMail to syncronize your YAM-mails with the PalmPilot organizer.\n\nuse the rexx-script 'rexx:PalmMail/SelectFolders.rexx' to select which folders to syncronize")